From: Paul Eggert Date: Tue, 9 Jul 2013 06:29:29 +0000 (-0700) Subject: * filelock.c: Fix comment to match code. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21^2~2169^2~17^2~24^2~68 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1b6006a514b19f042560a14ac8fdb3985d065bbf;p=emacs.git * filelock.c: Fix comment to match code. --- diff --git a/src/filelock.c b/src/filelock.c index 6e939f271d7..244663ad20a 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -381,9 +381,9 @@ rename_lock_file (char const *old, char const *new, bool force) #endif } -/* Create the lock file FILE with contents CONTENTS. Return 0 if +/* Create the lock file LFNAME with contents LOCK_INFO_STR. Return 0 if successful, an errno value on failure. If FORCE, remove any - existing FILE if necessary. */ + existing LFNAME if necessary. */ static int create_lock_file (char *lfname, char *lock_info_str, bool force)